projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fff861a
)
(malloc_widget_value): Use xmalloc.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 20 Feb 2006 01:14:07 +0000
(
01:14
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 20 Feb 2006 01:14:07 +0000
(
01:14
+0000)
src/gtkutil.c
patch
|
blob
|
history
diff --git
a/src/gtkutil.c
b/src/gtkutil.c
index 5b7a5166888bad7ff51c322f8c8aed4f5ed5f11f..203eab257f37e415747762bf850a77a6d05315f1 100644
(file)
--- a/
src/gtkutil.c
+++ b/
src/gtkutil.c
@@
-199,7
+199,7
@@
malloc_widget_value ()
}
else
{
- wv = (widget_value *) malloc (sizeof (widget_value));
+ wv = (widget_value *)
x
malloc (sizeof (widget_value));
malloc_cpt++;
}
memset (wv, 0, sizeof (widget_value));